Fetch Multiple Rows in PHP

39

$row = mysqli_fetch_assoc($query);

print_r($row);

Comments

Submit
0 Comments